check if variable less than in f#

72

check if variable less than in f# -

match x with 
| y when x < y -> (...)

Comments

Submit
0 Comments